OpenRoads Designer CONNECT Edition SDK Help

Equals(Object) Method

Indicates whether otherObject is a LinearElement and is identical to this LinearElement.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public overrideboolEquals( Object otherObject)

Parameters

SettingDescription
   Other object

Return Value

True if otherObject is identical to this.

See Also